From 84bae929289b0a7bca44c1b747ba64efe538c8d5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 23 Sep 2010 13:09:21 -0400 Subject: [PATCH] fix a typo in the gtk_widget_render_icon annotations --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index e0693406b1..7450f5bcab 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -7822,7 +7822,7 @@ gtk_widget_create_pango_layout (GtkWidget *widget, * the application and should not be modified. The pixbuf should be freed * after use with g_object_unref(). * - * Return value: (transferi full): a new pixbuf, or %NULL if the + * Return value: (transfer full): a new pixbuf, or %NULL if the * stock ID wasn't known **/ GdkPixbuf* -- 2.30.2